ASP.NET Source Code Viewer Font Size:
<%@ Page %>
<%@ Register TagPrefix="ASPNETByExample" TagName="Login" Src="login.ascx" %>
<html>
  <body>
    <form method="post" runat="server">
        <ASPNETByExample:Login runat="server"/>
    </form>
  </body>
</html>